home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0185.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  618 b   |  16 lines

  1. > Also, you might have trouble doing this with string arrays, as AMOS will lose
  2. > pointers to its strings, or gain duplicate pointers it doesn't know about.
  3.     Of course this method cannot be used with strings due to the 
  4. garbage collection etc.
  5.  
  6.     For extensions' creators: I think that the address of the screen's 
  7. rastport structure is Leek(Areg(5)-$18c0) or            
  8. move.l -$18c0(a5),...  Use it for graphics operations.
  9.  
  10.     P.S I'm at the university right now.So I hope I'm not wrong... 
  11. I'll send you the correct address  if this one is wrong.  
  12.  
  13.                                             Gregory.
  14.  
  15.